home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Anokee Illuminator / anokeeilluminator.exe / %MAINDIR% / Illuminator.exe / 0 / RCDATA / TFRMSCANWIZARD / TFRMSCANWIZARD.txt
Encoding:
Text File  |  2002-03-18  |  14.6 KB  |  640 lines

  1. object frmScanWizard: TfrmScanWizard
  2.   Left = 324
  3.   Top = 157
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Illuminator Wizard'
  7.   ClientHeight = 343
  8.   ClientWidth = 537
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object LMDAssist1: TLMDAssist
  25.     Left = 0
  26.     Top = 0
  27.     Width = 537
  28.     Height = 343
  29.     ActivePage = LMDAssistPage1
  30.     TabOrder = 0
  31.     OnChange = LMDAssist1Change
  32.     OnCompleted = LMDAssist1Completed
  33.     OnChanging = LMDAssist1Changing
  34.     object LMDAssistPage1: TLMDAssistPage
  35.       Left = 2
  36.       Top = 2
  37.       Width = 533
  38.       Height = 292
  39.       Anchors = [akTop, akRight, akBottom]
  40.       object bvBanner: TBevel
  41.         Left = 417
  42.         Top = 7
  43.         Width = 110
  44.         Height = 280
  45.       end
  46.       object imgBanner: TImage
  47.         Left = 418
  48.         Top = 8
  49.         Width = 108
  50.         Height = 278
  51.         Anchors = [akTop, akRight]
  52.         Stretch = True
  53.       end
  54.       object Label2: TLabel
  55.         Left = 13
  56.         Top = 10
  57.         Width = 290
  58.         Height = 24
  59.         Caption = 'Welcome to the Illuminator Wizard!'
  60.         Font.Charset = DEFAULT_CHARSET
  61.         Font.Color = clWindowText
  62.         Font.Height = -19
  63.         Font.Name = 'MS Sans Serif'
  64.         Font.Style = []
  65.         ParentFont = False
  66.       end
  67.       object Label3: TLabel
  68.         Left = 13
  69.         Top = 62
  70.         Width = 346
  71.         Height = 26
  72.         Caption = 
  73.           'The wizard helps you to scan for images, videos, music and docum' +
  74.           'ents that are located on your computer.'
  75.         WordWrap = True
  76.       end
  77.       object Label4: TLabel
  78.         Left = 13
  79.         Top = 265
  80.         Width = 124
  81.         Height = 13
  82.         Caption = 'Click next to continue'
  83.       end
  84.       object Bevel1: TBevel
  85.         Left = 13
  86.         Top = 44
  87.         Width = 375
  88.         Height = 7
  89.         Shape = bsTopLine
  90.       end
  91.       object Label18: TLabel
  92.         Left = 13
  93.         Top = 96
  94.         Width = 326
  95.         Height = 26
  96.         Caption = 
  97.           'The Illuminator is also a great tool to gain disk space by locat' +
  98.           'ing duplicate files and removing them.'
  99.         WordWrap = True
  100.       end
  101.     end
  102.     object LMDAssistPage2: TLMDAssistPage
  103.       Left = 2
  104.       Top = 2
  105.       Width = 533
  106.       Height = 292
  107.       object Label1: TLabel
  108.         Left = 13
  109.         Top = 11
  110.         Width = 282
  111.         Height = 13
  112.         Caption = 'Select a location where you want to scan for files'
  113.         Font.Charset = DEFAULT_CHARSET
  114.         Font.Color = clNavy
  115.         Font.Height = -11
  116.         Font.Name = 'MS Sans Serif'
  117.         Font.Style = [fsBold]
  118.         ParentFont = False
  119.       end
  120.       object Bevel2: TBevel
  121.         Left = 13
  122.         Top = 33
  123.         Width = 375
  124.         Height = 7
  125.         Shape = bsTopLine
  126.       end
  127.       object cbScanSubfolders: TCheckBox
  128.         Tag = 1
  129.         Left = 13
  130.         Top = 265
  131.         Width = 132
  132.         Height = 17
  133.         Caption = '&Scan subfolders'
  134.         Checked = True
  135.         State = cbChecked
  136.         TabOrder = 0
  137.       end
  138.       object ExplorerTreeView: TGXExplorerTreeView
  139.         Left = 14
  140.         Top = 64
  141.         Width = 372
  142.         Height = 193
  143.         AutoRefresh = True
  144.         Checkmarks = False
  145.         CompressedColor = clWindowText
  146.         FolderTypes = [ftFolders, ftIncludeSystem]
  147.         HideSelection = False
  148.         Indent = 19
  149.         InfoTips = False
  150.         Options = []
  151.         RootFolder = rDesktop
  152.         ScrollBars = True
  153.         ShowRoot = False
  154.         TabOrder = 1
  155.       end
  156.       object cbOpenCurrentDirectory: TCheckBox
  157.         Left = 16
  158.         Top = 40
  159.         Width = 369
  160.         Height = 17
  161.         Caption = 'Open current directory'
  162.         TabOrder = 2
  163.         OnClick = cbOpenCurrentDirectoryClick
  164.       end
  165.     end
  166.     object LMDAssistPage3: TLMDAssistPage
  167.       Left = 2
  168.       Top = 2
  169.       Width = 533
  170.       Height = 292
  171.       object Label5: TLabel
  172.         Left = 13
  173.         Top = 11
  174.         Width = 300
  175.         Height = 13
  176.         Caption = 'Select mediatypes (Right click on list to add filetype)'
  177.         Font.Charset = DEFAULT_CHARSET
  178.         Font.Color = clNavy
  179.         Font.Height = -11
  180.         Font.Name = 'MS Sans Serif'
  181.         Font.Style = [fsBold]
  182.         ParentFont = False
  183.       end
  184.       object Label11: TLabel
  185.         Left = 13
  186.         Top = 46
  187.         Width = 76
  188.         Height = 13
  189.         AutoSize = False
  190.         Caption = 'Images'
  191.       end
  192.       object Label14: TLabel
  193.         Left = 109
  194.         Top = 46
  195.         Width = 76
  196.         Height = 13
  197.         AutoSize = False
  198.         Caption = 'Videos'
  199.       end
  200.       object Label15: TLabel
  201.         Left = 205
  202.         Top = 46
  203.         Width = 85
  204.         Height = 13
  205.         AutoSize = False
  206.         Caption = 'Music/Sound'
  207.       end
  208.       object Bevel8: TBevel
  209.         Left = 13
  210.         Top = 33
  211.         Width = 375
  212.         Height = 7
  213.         Shape = bsTopLine
  214.       end
  215.       object Label17: TLabel
  216.         Left = 301
  217.         Top = 46
  218.         Width = 76
  219.         Height = 13
  220.         AutoSize = False
  221.         Caption = 'Other'
  222.       end
  223.       object lbFilename: TLabel
  224.         Left = 13
  225.         Top = 245
  226.         Width = 368
  227.         Height = 13
  228.         Caption = 
  229.           'Part of filename (Optional: Use this option to narrow the search' +
  230.           ')'
  231.       end
  232.       object clbImages: TCheckListBox
  233.         Left = 13
  234.         Top = 81
  235.         Width = 82
  236.         Height = 160
  237.         OnClickCheck = clbImagesClickCheck
  238.         ItemHeight = 13
  239.         PopupMenu = popmImages
  240.         Sorted = True
  241.         TabOrder = 1
  242.       end
  243.       object clbVideos: TCheckListBox
  244.         Left = 109
  245.         Top = 81
  246.         Width = 82
  247.         Height = 160
  248.         ItemHeight = 13
  249.         PopupMenu = popmVideos
  250.         Sorted = True
  251.         TabOrder = 3
  252.         OnClick = clbVideosClick
  253.       end
  254.       object clbSounds: TCheckListBox
  255.         Left = 205
  256.         Top = 81
  257.         Width = 82
  258.         Height = 160
  259.         ItemHeight = 13
  260.         PopupMenu = popmSounds
  261.         Sorted = True
  262.         TabOrder = 5
  263.         OnClick = clbSoundsClick
  264.       end
  265.       object cbAllImages: TCheckBox
  266.         Left = 13
  267.         Top = 63
  268.         Width = 45
  269.         Height = 17
  270.         Caption = 'All'
  271.         Checked = True
  272.         State = cbChecked
  273.         TabOrder = 0
  274.         OnClick = cbAllImagesClick
  275.       end
  276.       object cbAllVideos: TCheckBox
  277.         Left = 109
  278.         Top = 63
  279.         Width = 45
  280.         Height = 17
  281.         Caption = 'All'
  282.         Checked = True
  283.         State = cbChecked
  284.         TabOrder = 2
  285.         OnClick = cbAllVideosClick
  286.       end
  287.       object cbAllSounds: TCheckBox
  288.         Left = 205
  289.         Top = 63
  290.         Width = 45
  291.         Height = 17
  292.         Caption = 'All'
  293.         Checked = True
  294.         State = cbChecked
  295.         TabOrder = 4
  296.         OnClick = cbAllSoundsClick
  297.       end
  298.       object clbOthers: TCheckListBox
  299.         Left = 301
  300.         Top = 81
  301.         Width = 82
  302.         Height = 160
  303.         ItemHeight = 13
  304.         PopupMenu = popmOthers
  305.         Sorted = True
  306.         TabOrder = 6
  307.         OnClick = clbOthersClick
  308.       end
  309.       object cbAllOthers: TCheckBox
  310.         Left = 301
  311.         Top = 63
  312.         Width = 45
  313.         Height = 17
  314.         Caption = 'All'
  315.         Checked = True
  316.         State = cbChecked
  317.         TabOrder = 7
  318.         OnClick = cbAllOthersClick
  319.       end
  320.       object edFilename: TEdit
  321.         Left = 13
  322.         Top = 264
  323.         Width = 121
  324.         Height = 21
  325.         TabOrder = 8
  326.       end
  327.     end
  328.     object LMDAssistPage4: TLMDAssistPage
  329.       Left = 2
  330.       Top = 2
  331.       Width = 533
  332.       Height = 292
  333.       Font.Charset = ANSI_CHARSET
  334.       Font.Color = clWindowText
  335.       Font.Height = -11
  336.       Font.Name = 'MS Sans Serif'
  337.       Font.Style = []
  338.       ParentFont = False
  339.       OnNextPage = LMDAssistPage4NextPage
  340.       object Label6: TLabel
  341.         Left = 13
  342.         Top = 9
  343.         Width = 68
  344.         Height = 13
  345.         Caption = 'Select Date'
  346.         Font.Charset = ANSI_CHARSET
  347.         Font.Color = clNavy
  348.         Font.Height = -11
  349.         Font.Name = 'MS Sans Serif'
  350.         Font.Style = [fsBold]
  351.         ParentFont = False
  352.       end
  353.       object lbKb: TLabel
  354.         Left = 242
  355.         Top = 164
  356.         Width = 13
  357.         Height = 13
  358.         Caption = 'Kb'
  359.       end
  360.       object Bevel9: TBevel
  361.         Left = 13
  362.         Top = 26
  363.         Width = 375
  364.         Height = 7
  365.         Shape = bsTopLine
  366.       end
  367.       object Bevel10: TBevel
  368.         Left = 13
  369.         Top = 245
  370.         Width = 375
  371.         Height = 7
  372.         Shape = bsTopLine
  373.       end
  374.       object Label16: TLabel
  375.         Left = 13
  376.         Top = 229
  377.         Width = 79
  378.         Height = 13
  379.         Caption = 'Other Options'
  380.         Font.Charset = ANSI_CHARSET
  381.         Font.Color = clNavy
  382.         Font.Height = -11
  383.         Font.Name = 'MS Sans Serif'
  384.         Font.Style = [fsBold]
  385.         ParentFont = False
  386.       end
  387.       object Label19: TLabel
  388.         Left = 13
  389.         Top = 112
  390.         Width = 89
  391.         Height = 13
  392.         Caption = 'Select File Size'
  393.         Font.Charset = ANSI_CHARSET
  394.         Font.Color = clNavy
  395.         Font.Height = -11
  396.         Font.Name = 'MS Sans Serif'
  397.         Font.Style = [fsBold]
  398.         ParentFont = False
  399.       end
  400.       object Bevel11: TBevel
  401.         Left = 13
  402.         Top = 130
  403.         Width = 375
  404.         Height = 7
  405.         Shape = bsTopLine
  406.       end
  407.       object rbtnAllSizes: TRadioButton
  408.         Left = 13
  409.         Top = 141
  410.         Width = 380
  411.         Height = 17
  412.         Caption = 'Display all &file sizes:'
  413.         Checked = True
  414.         TabOrder = 0
  415.         TabStop = True
  416.         OnClick = rbtnAllSizesClick
  417.       end
  418.       object rbtnLargerThan: TRadioButton
  419.         Left = 13
  420.         Top = 162
  421.         Width = 158
  422.         Height = 17
  423.         Caption = 'Display files &larger than:'
  424.         TabOrder = 1
  425.         OnClick = rbtnAllSizesClick
  426.       end
  427.       object rbtnSmallerThan: TRadioButton
  428.         Left = 13
  429.         Top = 186
  430.         Width = 158
  431.         Height = 17
  432.         Caption = 'Display files &smaller than:'
  433.         TabOrder = 2
  434.         OnClick = rbtnAllSizesClick
  435.       end
  436.       object cbSkipInternetFiles: TCheckBox
  437.         Tag = 2
  438.         Left = 13
  439.         Top = 254
  440.         Width = 380
  441.         Height = 17
  442.         Caption = '&Skip temporary internet files'
  443.         Checked = True
  444.         State = cbChecked
  445.         TabOrder = 3
  446.       end
  447.       object Panel1: TPanel
  448.         Left = 14
  449.         Top = 34
  450.         Width = 385
  451.         Height = 65
  452.         BevelOuter = bvNone
  453.         TabOrder = 4
  454.         object rbAllDates: TRadioButton
  455.           Left = 0
  456.           Top = 3
  457.           Width = 113
  458.           Height = 17
  459.           Caption = 'Display all &dates:'
  460.           Checked = True
  461.           TabOrder = 0
  462.           TabStop = True
  463.         end
  464.         object rbDateBefore: TRadioButton
  465.           Left = 0
  466.           Top = 24
  467.           Width = 185
  468.           Height = 17
  469.           Caption = 'Display files created &before:'
  470.           TabOrder = 1
  471.           OnClick = rbDateBeforeClick
  472.         end
  473.         object rbDateLater: TRadioButton
  474.           Left = 0
  475.           Top = 44
  476.           Width = 177
  477.           Height = 17
  478.           Caption = 'Display files created &after:'
  479.           TabOrder = 2
  480.           OnClick = rbDateBeforeClick
  481.         end
  482.         object DateTimePicker: TDateTimePicker
  483.           Left = 208
  484.           Top = 24
  485.           Width = 113
  486.           Height = 21
  487.           CalAlignment = dtaLeft
  488.           Date = 37194.549710289300000000
  489.           Time = 37194.549710289300000000
  490.           DateFormat = dfShort
  491.           DateMode = dmComboBox
  492.           Kind = dtkDate
  493.           ParseInput = False
  494.           TabOrder = 3
  495.         end
  496.       end
  497.       object edFileSize: TEdit
  498.         Left = 182
  499.         Top = 160
  500.         Width = 55
  501.         Height = 21
  502.         Enabled = False
  503.         TabOrder = 5
  504.         Text = '25'
  505.         OnExit = edFileSizeExit
  506.       end
  507.     end
  508.     object LMDAssistPage5: TLMDAssistPage
  509.       Left = 2
  510.       Top = 2
  511.       Width = 533
  512.       Height = 292
  513.       object Label12: TLabel
  514.         Left = 13
  515.         Top = 11
  516.         Width = 367
  517.         Height = 39
  518.         Caption = 
  519.           'Congratulations!  The wizard is now ready to scan for files on y' +
  520.           'our computer.   Below are the options you have selected.  Press ' +
  521.           'the Finish button to start the scan, or press Back to change som' +
  522.           'e options.'
  523.         Font.Charset = DEFAULT_CHARSET
  524.         Font.Color = clNavy
  525.         Font.Height = -11
  526.         Font.Name = 'MS Sans Serif'
  527.         Font.Style = []
  528.         ParentFont = False
  529.         WordWrap = True
  530.       end
  531.       object Label13: TLabel
  532.         Left = 13
  533.         Top = 270
  534.         Width = 143
  535.         Height = 13
  536.         Caption = 'Click Finish to start scan!'
  537.       end
  538.       object memSummary: TMemo
  539.         Left = 13
  540.         Top = 56
  541.         Width = 375
  542.         Height = 209
  543.         Enabled = False
  544.         Lines.Strings = (
  545.           'Location'
  546.           'c:\pictures'
  547.           ''
  548.           'FILETYPES'
  549.           'Images - Jpg, Bmp, Gif'
  550.           'Movies - All'
  551.           'Sound - All'
  552.           ''
  553.           'File Sizes'
  554.           'All Files Between 10 Kb and 2000 Kb')
  555.         TabOrder = 0
  556.       end
  557.     end
  558.   end
  559.   object IvTranslator: TIvTranslator
  560.     DictionaryName = 'Dictionary'
  561.     Left = 111
  562.     Top = 148
  563.     TargetsData = (
  564.       1
  565.       6
  566.       (
  567.         ''
  568.         'Hint'
  569.         0)
  570.       (
  571.         ''
  572.         'Caption'
  573.         0)
  574.       (
  575.         ''
  576.         'Items'
  577.         0)
  578.       (
  579.         'TMemo'
  580.         'Text'
  581.         0)
  582.       (
  583.         ''
  584.         'Lines'
  585.         0)
  586.       (
  587.         ''
  588.         'Filter'
  589.         0))
  590.   end
  591.   object popmImages: TPopupMenu
  592.     Left = 93
  593.     Top = 311
  594.     object pmiImagesAdd: TMenuItem
  595.       Caption = '&Add'
  596.       OnClick = pmiImagesAddClick
  597.     end
  598.     object pmiImagesDelete: TMenuItem
  599.       Caption = '&Delete'
  600.       OnClick = pmiImagesDeleteClick
  601.     end
  602.   end
  603.   object popmVideos: TPopupMenu
  604.     Left = 123
  605.     Top = 312
  606.     object pmiVideosAdd: TMenuItem
  607.       Caption = '&Add'
  608.       OnClick = pmiImagesAddClick
  609.     end
  610.     object pmiVideosDelete: TMenuItem
  611.       Caption = '&Delete'
  612.       OnClick = pmiImagesDeleteClick
  613.     end
  614.   end
  615.   object popmSounds: TPopupMenu
  616.     Left = 150
  617.     Top = 311
  618.     object pmiSoundsAdd: TMenuItem
  619.       Caption = '&Add'
  620.       OnClick = pmiImagesAddClick
  621.     end
  622.     object pmiSoundsDelete: TMenuItem
  623.       Caption = '&Delete'
  624.       OnClick = pmiImagesDeleteClick
  625.     end
  626.   end
  627.   object popmOthers: TPopupMenu
  628.     Left = 194
  629.     Top = 311
  630.     object pmiOthersAdd: TMenuItem
  631.       Caption = '&Add'
  632.       OnClick = pmiImagesAddClick
  633.     end
  634.     object pmiOthersDelete: TMenuItem
  635.       Caption = '&Delete'
  636.       OnClick = pmiImagesDeleteClick
  637.     end
  638.   end
  639. end
  640.